home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
albgene3.dir
/
00015_Script_15
< prev
next >
Wrap
Text File
|
1983-01-30
|
644b
|
17 lines
on at_hil dacast,quanti,primocan
if the mousecast >= dacast and the mousecast <=dacast + quanti-1 then
set attore to the mousecast
if attore >=dacast and attore <= dacast + quanti-1 then
repeat with num = 1 to quanti
set the castnum of sprite (primocan+num -1) to (dacast + num -1)
end repeat
set the castnum of sprite (attore-dacast +primocan) to (attore + quanti)
end if
end if
if the mousecast < dacast or the mousecast >= (dacast + 2*quanti) then
repeat with num = 1 to quanti
set the castnum of sprite (primocan+num -1) to (dacast + num -1)
end repeat
end if
end